home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / H108.ZIP / SMAKER22.ZIP / AUTOEDIT.SEQ < prev    next >
Text File  |  1989-10-01  |  903b  |  17 lines

  1. ;AutoEdit.SEQ - AZCAD 07-010-89
  2. ;Command sequence file for SCRIPTmaker.
  3. ;This command sequence will automatically load each drawing in a list in to the 
  4. ;Drawing Editor and stop so you can go about manually editing.
  5. ;Create a work script by entering AutoEdit for the command sequence file. 
  6. ;Create your own drawing file list by entering a file name into the list file
  7. ;field. If the file does not exist, press F9 to create, select S then the 
  8. ;filename mask to create a list from a directory search or T to type in the 
  9. ;names of the files you want to edit in succession.
  10. ;Name the script any valid name and select E for edit for the script type.
  11. ;Start the script from the ACAD call line ie: ACAD X SCRFILE.
  12. ;On completion of editing, marking up, checking, enter RESUME. The script will
  13. ;save the drawing and load the next drawing on the list.
  14. ;START OF SEQUENCE
  15. X
  16. END
  17. ;END OF SEQUENCE